shortcutElement

Class: com.microstrategy.web.app.taglibs.ShortcutElementTag

Usage:

This Custom tag class is used for displaying each one of the elements inside a shortcut option list. For example:
 <web:shortcutOptions type="toolbar" ucase="1" shortcutClass="menu" shortcutSelectedClass="menuSelected" runat="server" >
     
   <web:shortcutElement runat="server" />
     
 </web:shortcutOptions>
 
It would be in the place where this custom tag is defined on the previous example where the elements will be displayed, obtaining an output similar to
 &nbsp;&nbsp;ELEMENT1&nbsp;&nbsp;ELEMENT2&nbsp;&nbsp;
 


Name Required? Description
runat true Indicates that the ASP.Net control should be processed on the server